Vcenter NamespaceManagement Software Clusters UpgradeSpec
The Vcenter NamespaceManagement Software Clusters UpgradeSpec schema contains the specification required to upgrade a cluster.
This schema was added in vSphere API 7.0.0.0.
{
"desired_version": "string",
"ignore_precheck_warnings": false
}
Version number the cluster is going to be upgraded to.
This property was added in vSphere API 7.0.0.0.
If true, the upgrade workflow will ignore any pre-check warnings and proceed with the upgrade.
This property was added in vSphere API 7.0.0.0.
If missing or null
, the upgrade workflow will not ignore pre-check warnings and fail the upgrade. It is equivalent to setting the value to false. The workflow adopts a conservative approach of failing the upgrade if missing or null
to solely let the user decide whether to force the upgrade despite the warnings.